為什麼要學輸入?
輸入方式的使用
input()
dog_name = input('你的狗狗叫什麼名字')
如果輸入poppy,則返回值會顯示:poppy
300_doller = 300
#good_job = 'Frontend'
good.job = 'frontend'
my-var = 'ok'
so#cool = 'really'
$email = 'exampel@.gamil.com'
命名方式
user_iq = 190
apple = 5
_member = 6
cat = 5
Cat = 5
#是不同的變數
Python 入門教學 - input 輸入【Py嬸的異想世界#4】|ccClub